Method | Description | |
---|---|---|
ImageTooLargeException ( |
Construct instance of ImageTooLargeException
|
|
ImageTooLargeException ( string message ) : System |
Constructs a new ImageTooLargeException with the specified error message.
|
|
ImageTooLargeException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System |
Construct instance of ImageTooLargeException
|
|
ImageTooLargeException ( string message, |
Construct instance of ImageTooLargeException
|
|
ImageTooLargeException ( string message, |
Construct instance of ImageTooLargeException
|
Method | Description | |
---|---|---|
ImageTooLargeException ( System info, System context ) : System |
Constructs a new instance of the ImageTooLargeException class with serialized data.
|
public ImageTooLargeException ( |
||
innerException | ||
return | System |
protected ImageTooLargeException ( System info, System context ) : System | ||
info | System | The |
context | System | The |
return | System |
public ImageTooLargeException ( string message ) : System | ||
message | string | /// Describes the error encountered. /// |
return | System |
public ImageTooLargeException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System | ||
message | string | |
errorType | ErrorType | |
errorCode | string | |
requestId | string | |
statusCode | HttpStatusCode | |
return | System |
public ImageTooLargeException ( string message, |
||
message | string | |
innerException | ||
return | System |
public ImageTooLargeException ( string message, |
||
message | string | |
innerException | ||
errorType | ErrorType | |
errorCode | string | |
requestId | string | |
statusCode | HttpStatusCode | |
return | System |