Construtor SafeArrayRankMismatchException (String)

 

Dica

The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience.

Inicializa uma nova instância da classe SafeArrayRankMismatchException com a mensagem especificada.

Namespace:   System.Runtime.InteropServices
Assembly:  mscorlib (em mscorlib.dll)

Sintaxe

public SafeArrayRankMismatchException(
    string message
)
public:
SafeArrayRankMismatchException(
    String^ message
)
new : 
        message:string -> SafeArrayRankMismatchException
Public Sub New (
    message As String
)

Parâmetros

  • message
    Type: System.String

    A mensagem que indica o motivo da exceção.

Comentários

SafeArrayRankMismatchException herda de SystemException. Este construtor define as propriedades do Exception objeto conforme mostrado na tabela a seguir.

Propriedade

Valor

InnerException

null.

Message

message

Informações de Versão

Plataforma Universal do Windows
Disponível desde 8
.NET Framework
Disponível desde 1.1
Biblioteca de Classes Portátil
Com suporte no: plataformas portáteis do .NET
Windows Phone
Disponível desde 8.1

Confira Também

SafeArrayRankMismatchException Sobrecarga
Classe SafeArrayRankMismatchException
Namespace System.Runtime.InteropServices

Retornar ao início