Partilhar via


Construtor ModelInstantiationException (String, Exception)

Inicializa uma nova instância da classe ModelInstantiationException.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)

Sintaxe

'Declaração
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
public ModelInstantiationException(
    string message,
    Exception innerException
)
public:
ModelInstantiationException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> ModelInstantiationException
public function ModelInstantiationException(
    message : String, 
    innerException : Exception
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

ModelInstantiationException Classe

Sobrecargas ModelInstantiationException

Namespace Microsoft.Data.Schema.SchemaModel