Compartilhar via


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

Ver também

Referência

ResourceNotFoundException classe

ResourceNotFoundException membros

ResourceNotFoundException em sobrecarga

Microsoft.SharePoint.Client namespace