Method | Description | |
---|---|---|
AzureStorageFileException ( ErrorCategory category, string errorId, string errorDetails, object targetObject ) : System |
Initializes a new instance of the AzureStorageFileException class.
|
|
GetObjectData ( |
Gets the serialization info for serialization.
|
Method | Description | |
---|---|---|
AzureStorageFileException ( |
Initializes a new instance of the AzureStorageFileException class from the serialization info.
|
Method | Description | |
---|---|---|
GetErrorRecord ( ) : |
Gets the error record represents this exception.
|
public AzureStorageFileException ( ErrorCategory category, string errorId, string errorDetails, object targetObject ) : System | ||
category | ErrorCategory | Indicating the error cateogory. |
errorId | string | Indicating the error id. |
errorDetails | string | Indicating the error message. |
targetObject | object | Indicating the target object. |
return | System |
protected AzureStorageFileException ( |
||
info | Indicating the serialization info. | |
context | Indicating the streaming context. | |
return | System |
public GetObjectData ( |
||
info | Indicating the serialization info. | |
context | Indicating the streaming context. | |
return | void |