Partilhar via


Construtor ModelRegistrationException (String, Exception)

Inicializa uma nova instância da classe ModelRegistrationException.

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 ModelRegistrationException(
    string message,
    Exception innerException
)
public:
ModelRegistrationException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> ModelRegistrationException
public function ModelRegistrationException(
    message : String, 
    innerException : Exception
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

ModelRegistrationException Classe

Sobrecargas ModelRegistrationException

Namespace Microsoft.Data.Schema.SchemaModel