ServicedComponentException コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ServicedComponentException クラスの新しいインスタンスを初期化します。
オーバーロード
ServicedComponentException() |
ServicedComponentException クラスの新しいインスタンスを初期化します。 |
ServicedComponentException(String) |
指定したエラー メッセージを使用して、ServicedComponentException クラスの新しいインスタンスを初期化します。 |
ServicedComponentException(String, Exception) |
ServicedComponentException クラスの新しいインスタンスを初期化します。 |
ServicedComponentException()
ServicedComponentException クラスの新しいインスタンスを初期化します。
public:
ServicedComponentException();
public ServicedComponentException ();
Public Sub New ()
適用対象
ServicedComponentException(String)
指定したエラー メッセージを使用して、ServicedComponentException クラスの新しいインスタンスを初期化します。
public:
ServicedComponentException(System::String ^ message);
public ServicedComponentException (string message);
new System.EnterpriseServices.ServicedComponentException : string -> System.EnterpriseServices.ServicedComponentException
Public Sub New (message As String)
パラメーター
- message
- String
例外がスローされた時点でクライアントに表示されるメッセージ。
適用対象
ServicedComponentException(String, Exception)
ServicedComponentException クラスの新しいインスタンスを初期化します。
public:
ServicedComponentException(System::String ^ message, Exception ^ innerException);
public ServicedComponentException (string message, Exception innerException);
new System.EnterpriseServices.ServicedComponentException : string * Exception -> System.EnterpriseServices.ServicedComponentException
Public Sub New (message As String, innerException As Exception)
パラメーター
- message
- String
例外がスローされた時点でクライアントに表示されるメッセージ。
- innerException
- Exception
現在の例外をスローした InnerException (存在する場合)。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET