VersionConflictException コンストラクター (String, Exception)
名前空間: Microsoft.SharePoint.Client
アセンブリ: Microsoft.SharePoint.Client.ServerRuntime (Microsoft.SharePoint.Client.ServerRuntime.dll 内)
構文
'宣言
Public Sub New ( _
message As String, _
innerException As Exception _
)
'使用
Dim message As String
Dim innerException As Exception
Dim instance As New VersionConflictException(message, _
innerException)
public VersionConflictException(
string message,
Exception innerException
)
パラメーター
- message
型: System.String
- innerException
型: System.Exception