InnerException propriété
Gets or sets the Exception instance associated with the lower-level message(s).
Espace de noms : Microsoft.SqlServer.MessageBox
Assembly : Microsoft.ExceptionMessageBox (dans Microsoft.ExceptionMessageBox.dll)
Syntaxe
'Déclaration
Public Property InnerException As Exception
Get
Set
'Utilisation
Dim instance As ExceptionMessageBox
Dim value As Exception
value = instance.InnerException
instance.InnerException = value
public Exception InnerException { get; set; }
public:
property Exception^ InnerException {
Exception^ get ();
void set (Exception^ value);
}
member InnerException : Exception with get, set
function get InnerException () : Exception
function set InnerException (value : Exception)
Valeur de la propriété
Type : System. . :: . .Exception
An Exception object.
Notes
The default value is null Nothing nullptr unit une référence Null (Nothing dans Visual Basic) .