Class RequestException
Inherited Members
Namespace: Zenoph.Notify.Request
Assembly: Zenoph.Notify.dll
Syntax
[ComVisible(true)]
[Guid("AB9A1190-44D6-4c2b-93C9-43B9D5BF097D")]
public class RequestException : Exception, ISerializable, _Exception
Constructors
RequestException(string, RequestHandshake)
Declaration
public RequestException(string message, RequestHandshake handShake)
Parameters
Type | Name | Description |
---|---|---|
string | message | |
RequestHandshake | handShake |
Methods
getRequestHandshake()
Declaration
public RequestHandshake getRequestHandshake()
Returns
Type | Description |
---|---|
RequestHandshake |