Udostępnij za pośrednictwem


Konstruktor VsaException — (String, Exception)

Ten element członkowski obsługuje infrastrukturę programu .NET Framework i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Przestrzeń nazw:  Microsoft.Vsa
Zestaw:  Microsoft.Vsa (w Microsoft.Vsa.dll)

Składnia

'Deklaracja
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
)

Parametry

  • message
    Typ: String
  • innerException
    Typ: Exception

Zobacz też

Informacje

VsaException Klasa

Przeciążenie VsaException

Przestrzeń nazw Microsoft.Vsa