ClientUtility.CreateArgumentException método
Cria um objeto ArgumentException com o nome do argumento inválido especificado. This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight.Runtime (em Microsoft.SharePoint.Client.Silverlight.Runtime.dll); Microsoft.SharePoint.Client.Runtime (em Microsoft.SharePoint.Client.Runtime.dll) Microsoft.SharePoint.Client.Phone.Runtime (em Microsoft.SharePoint.Client.Phone.Runtime.dll)
Sintaxe
'Declaração
Public Shared Function CreateArgumentException ( _
argumentName As String _
) As Exception
'Uso
Dim argumentName As String
Dim returnValue As Exception
returnValue = ClientUtility.CreateArgumentException(argumentName)
public static Exception CreateArgumentException(
string argumentName
)
Parâmetros
argumentName
Tipo: System.StringO nome do parâmetro que aciona a exceção.
Valor retornado
Tipo: System.Exception
Retorna uma mensagem de erro.
Comentários
A mensagem de erro indica que o argumento especificado é inválido.