CollectionNotInitializedException construtor (String)
Inicializa uma nova instância do CollectionNotInitializedException com uma mensagem de erro especificado.
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight.Runtime (em Microsoft.SharePoint.Client.Silverlight.Runtime.dll); Microsoft.SharePoint.Client.Phone.Runtime (em Microsoft.SharePoint.Client.Phone.Runtime.dll) Microsoft.SharePoint.Client.Runtime (em Microsoft.SharePoint.Client.Runtime.dll)
Sintaxe
'Declaração
Public Sub New ( _
message As String _
)
'Uso
Dim message As String
Dim instance As New CollectionNotInitializedException(message)
public CollectionNotInitializedException(
string message
)
Parâmetros
message
Tipo: System.StringA mensagem que descreve o erro.
Ver também
Referência
CollectionNotInitializedException classe
CollectionNotInitializedException membros