Class AsposeBadServerResponceException
AsposeBadServerResponceException class
Represents errors that occur during server operation execution.
public class AsposeBadServerResponceException : AsposeException
Constructors
Name | Description |
---|
AsposeBadServerResponceException() | Initializes a new instance of the AsposeBadServerResponceException class. |
AsposeBadServerResponceException(Exception) | Initializes a new instance of the AsposeBadServerResponceException class with a reference to the inner exception that is the cause of this exception. |
AsposeBadServerResponceException(string) | Initializes a new instance of the AsposeBadServerResponceException class with a specified error message. |
AsposeBadServerResponceException(string, Exception) | Initializes a new instance of the AsposeBadServerResponceException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
Properties
Name | Description |
---|
ErrorCode { get; } | Returns a code of error. |
ErrorDetails { get; } | Gets extra information aboout error |
override Message { get; } | Gets a message that describes the current exception. |
Methods
Name | Description |
---|
override ToString() | Returns a string that represents the current object. |
See Also