Constructor BucketTransferredException
BucketTransferredException()
default constructor.
Declaration
public BucketTransferredException()
BucketTransferredException(String)
overloaded constructor, takes the reason as parameter.
Declaration
public BucketTransferredException(string reason)
Parameters
Type | Name | Description |
---|---|---|
System.String | reason |
BucketTransferredException(String, Exception)
overloaded constructor.
Declaration
public BucketTransferredException(string reason, Exception inner)
Parameters
Type | Name | Description |
---|---|---|
System.String | reason | reason for exception |
System.Exception | inner | nested exception |
BucketTransferredException(Int32)
Overloaded constructor
Declaration
public BucketTransferredException(int errorCode)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | errorCode | error code associated with exception |
BucketTransferredException(Int32, String)
Overloaded constructor
Declaration
public BucketTransferredException(int errorCode, string reason)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | errorCode | error code associated with exception |
System.String | reason | reason for exception |
BucketTransferredException(Int32, String, Exception)
Overloaded constructor
Declaration
public BucketTransferredException(int errorCode, string reason, Exception inner)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | errorCode | error code associated with exception |
System.String | reason | reason for exception |
System.Exception | inner | nested exception |
BucketTransferredException(SerializationInfo, StreamingContext)
overloaded constructor, manual serialization.
Declaration
public BucketTransferredException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | |
System.Runtime.Serialization.StreamingContext | context |