MobileServiceODataException コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
MobileServiceODataException() |
Microsoft.WindowsAzure.MobileService.MobileServiceODataException クラスの新しいインスタンスを作成します。 |
MobileServiceODataException(String, Int32) |
エラー メッセージを含む クラスの Microsoft.WindowsAzure.MobileService.MobileServiceODataException 新しいインスタンスを作成します。 |
MobileServiceODataException(String, Int32, Exception) |
エラー メッセージと内部例外を Microsoft.WindowsAzure.MobileService.MobileServiceODataException 含む クラスの新しいインスタンスを作成します。 |
MobileServiceODataException()
Microsoft.WindowsAzure.MobileService.MobileServiceODataException クラスの新しいインスタンスを作成します。
public MobileServiceODataException ();
Public Sub New ()
適用対象
MobileServiceODataException(String, Int32)
エラー メッセージを含む クラスの Microsoft.WindowsAzure.MobileService.MobileServiceODataException 新しいインスタンスを作成します。
public MobileServiceODataException (string message, int errorPos);
new Microsoft.WindowsAzure.MobileServices.MobileServiceODataException : string * int -> Microsoft.WindowsAzure.MobileServices.MobileServiceODataException
Public Sub New (message As String, errorPos As Integer)
パラメーター
- message
- String
この例外のプレーンテキスト エラー メッセージ。
- errorPos
- Int32
エラーが存在する文字列内の位置。
適用対象
MobileServiceODataException(String, Int32, Exception)
エラー メッセージと内部例外を Microsoft.WindowsAzure.MobileService.MobileServiceODataException 含む クラスの新しいインスタンスを作成します。
public MobileServiceODataException (string message, int errorPos, Exception innerException);
new Microsoft.WindowsAzure.MobileServices.MobileServiceODataException : string * int * Exception -> Microsoft.WindowsAzure.MobileServices.MobileServiceODataException
Public Sub New (message As String, errorPos As Integer, innerException As Exception)
パラメーター
- message
- String
この例外のプレーンテキスト エラー メッセージ。
- errorPos
- Int32
エラーが存在する文字列内の位置。
- innerException
- Exception
この例外がスローされる原因である内部例外。
適用対象
Azure SDK for .NET