Compartilhar via


Construtor VsaException (String, Exception)

Esse membro oferece suporte à infraestrutura .NET Framework e não se destina à utilização diretamente no seu código.

Namespace:  Microsoft.Vsa
Assembly:  Microsoft.Vsa (em Microsoft.Vsa.dll)

Sintaxe

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

Parâmetros

  • message
    Tipo: String
  • innerException
    Tipo: Exception

Consulte também

Referência

VsaException Classe

Sobrecargas VsaException

Namespace Microsoft.Vsa