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