Class ProxyException
Implements
Inherited Members
Namespace: AVM.ClientGenerator
Assembly: Algorand.dll
Syntax
public class ProxyException : Exception, ISerializable
Constructors
| Edit this page View SourceProxyException(string)
Declaration
public ProxyException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message |
ProxyException(string, Exception)
Declaration
public ProxyException(string message, Exception inner)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | |
| Exception | inner |