SimpleAzureStorageException 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
SimpleAzureStorageException()
public SimpleAzureStorageException ();
Public Sub New ()
適用於
SimpleAzureStorageException(String)
public SimpleAzureStorageException (string message);
new Orleans.Transactions.TestKit.SimpleAzureStorageException : string -> Orleans.Transactions.TestKit.SimpleAzureStorageException
Public Sub New (message As String)
參數
- message
- String
適用於
SimpleAzureStorageException(Int32, String)
SimpleAzureStorageException(SerializationInfo, StreamingContext)
protected SimpleAzureStorageException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Orleans.Transactions.TestKit.SimpleAzureStorageException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Orleans.Transactions.TestKit.SimpleAzureStorageException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
參數
- info
- SerializationInfo
- context
- StreamingContext
適用於
SimpleAzureStorageException(String, Exception)
public SimpleAzureStorageException (string message, Exception innerException);
new Orleans.Transactions.TestKit.SimpleAzureStorageException : string * Exception -> Orleans.Transactions.TestKit.SimpleAzureStorageException
Public Sub New (message As String, innerException As Exception)
參數
- message
- String
- innerException
- Exception
適用於
SimpleAzureStorageException(Int32, String, Exception)
public SimpleAzureStorageException (int status, string message, Exception innerException);
new Orleans.Transactions.TestKit.SimpleAzureStorageException : int * string * Exception -> Orleans.Transactions.TestKit.SimpleAzureStorageException
Public Sub New (status As Integer, message As String, innerException As Exception)
參數
- status
- Int32
- message
- String
- innerException
- Exception
適用於
SimpleAzureStorageException(Int32, String, String, Exception)
public SimpleAzureStorageException (int status, string message, string errorCode, Exception innerException);
new Orleans.Transactions.TestKit.SimpleAzureStorageException : int * string * string * Exception -> Orleans.Transactions.TestKit.SimpleAzureStorageException
Public Sub New (status As Integer, message As String, errorCode As String, innerException As Exception)
參數
- status
- Int32
- message
- String
- errorCode
- String
- innerException
- Exception