ProviderStartException コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ProviderStartException() |
ProviderStartException クラスの新しいインスタンスを初期化します。 |
ProviderStartException(SerializationInfo, StreamingContext) | |
ProviderStartException(String) |
ProviderStartException クラスの新しいインスタンスを初期化します。 |
ProviderStartException(String, Exception) |
ProviderStartException クラスの新しいインスタンスを初期化します。 |
ProviderStartException()
ProviderStartException クラスの新しいインスタンスを初期化します。
public ProviderStartException ();
Public Sub New ()
適用対象
ProviderStartException(SerializationInfo, StreamingContext)
protected ProviderStartException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Orleans.Streams.ProviderStartException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Orleans.Streams.ProviderStartException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
パラメーター
- info
- SerializationInfo
- context
- StreamingContext
適用対象
ProviderStartException(String)
ProviderStartException クラスの新しいインスタンスを初期化します。
public ProviderStartException (string msg);
public ProviderStartException (string message);
new Orleans.Streams.ProviderStartException : string -> Orleans.Streams.ProviderStartException
new Orleans.Streams.ProviderStartException : string -> Orleans.Streams.ProviderStartException
Public Sub New (msg As String)
Public Sub New (message As String)
パラメーター
- msgmessage
- String
適用対象
ProviderStartException(String, Exception)
ProviderStartException クラスの新しいインスタンスを初期化します。
public ProviderStartException (string msg, Exception exc);
public ProviderStartException (string message, Exception innerException);
new Orleans.Streams.ProviderStartException : string * Exception -> Orleans.Streams.ProviderStartException
new Orleans.Streams.ProviderStartException : string * Exception -> Orleans.Streams.ProviderStartException
Public Sub New (msg As String, exc As Exception)
Public Sub New (message As String, innerException As Exception)
パラメーター
- msgmessage
- String
- excinnerException
- Exception