(String, Exception) del constructor ViewModelNotInitializedException
Espacio de nombres: Microsoft.SharePoint.Phone.Application
Ensamblado: Microsoft.SharePoint.Phone.Application (en Microsoft.SharePoint.Phone.Application.dll)
Sintaxis
'Declaración
Public Sub New ( _
message As String, _
innerException As Exception _
)
'Uso
Dim message As String
Dim innerException As Exception
Dim instance As New ViewModelNotInitializedException(message, _
innerException)
public ViewModelNotInitializedException(
string message,
Exception innerException
)
Parámetros
- message
Tipo: System.String
- innerException
Tipo: System.Exception
Vea también
Referencia
clase ViewModelNotInitializedException
Miembros ViewModelNotInitializedException