次の方法で共有


MobileServiceODataException コンストラクター

定義

オーバーロード

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

この例外がスローされる原因である内部例外。

適用対象