PropertyOrFieldNotInitializedException 构造函数 (String, Exception)
初始化使用指定的错误消息和导致此异常的内部异常的引用PropertyOrFieldNotInitializedException类的新实例。
命名空间: Microsoft.SharePoint.Client
程序集: Microsoft.SharePoint.Client.Silverlight.Runtime(位于 Microsoft.SharePoint.Client.Silverlight.Runtime.dll 中); Microsoft.SharePoint.Client.Phone.Runtime(位于 Microsoft.SharePoint.Client.Phone.Runtime.dll 中) Microsoft.SharePoint.Client.Runtime(位于 Microsoft.SharePoint.Client.Runtime.dll 中)
语法
声明
Public Sub New ( _
message As String, _
innerException As Exception _
)
用法
Dim message As String
Dim innerException As Exception
Dim instance As New PropertyOrFieldNotInitializedException(message, _
innerException)
public PropertyOrFieldNotInitializedException(
string message,
Exception innerException
)
参数
message
类型:System.String解释异常原因的错误消息。
innerException
类型:System.Exception导致PropertyOrFieldNotInitializedException异常。如果innerException参数不为 null,在处理内部异常捕获块引发当前异常。
另请参阅
引用
PropertyOrFieldNotInitializedException 类
PropertyOrFieldNotInitializedException 成员