ResourceNotFoundException construtor (String, Exception)
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.ServerRuntime (em Microsoft.SharePoint.Client.ServerRuntime.dll)
Sintaxe
'Declaração
Public Sub New ( _
message As String, _
innerException As Exception _
)
'Uso
Dim message As String
Dim innerException As Exception
Dim instance As New ResourceNotFoundException(message, _
innerException)
public ResourceNotFoundException(
string message,
Exception innerException
)
Parâmetros
- message
Tipo: System.String
- innerException
Tipo: System.Exception
Ver também
Referência
ResourceNotFoundException classe
ResourceNotFoundException membros