Class UOLClientDataException
The exception that is thrown when the UOL.
Inheritance
Implements
Inherited Members
Namespace: UOL.SDK
Assembly: UOL.SDK.dll
Syntax
public class UOLClientDataException : Exception, ISerializable
Constructors
UOLClientDataException()
Initializes a new instance of the UOLClient
Declaration
public UOLClientDataException()
UOLClientDataException(SerializationInfo, StreamingContext)
Initializes a new instance of the UOLClient
Declaration
protected UOLClientDataException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System. |
info | The System. |
System. |
context | The System. |
Exceptions
Type | Condition |
---|---|
System. |
The info parameter is null. |
System. |
The class name is null or System.Exception.HResult is zero (0). |
UOLClientDataException(String)
Initializes a new instance of the UOLClient
Declaration
public UOLClientDataException(string message)
Parameters
Type | Name | Description |
---|---|---|
System. |
message | The message that describes the error. |
UOLClientDataException(String, Exception)
Initializes a new instance of the UOLClient
Declaration
public UOLClientDataException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
System. |
message | The error message that explains the reason for the exception. |
System. |
innerException | The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified. |