Aracılığıyla paylaş


ExceptionMessageBox.InnerException Özelliği

Alır veya ayarlar Exception alt düzey iletiler ile ilişkili örnek.

Ad Alanı:  Microsoft.SqlServer.MessageBox
Derleme:  Microsoft.ExceptionMessageBox (Microsoft.ExceptionMessageBox içinde.dll)

Sözdizimi

'Bildirim
Public Property InnerException As Exception
    Get
    Set
'Kullanım
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)

Özellik Değeri

Tür: System.Exception
Bir Exception nesne.

Açıklamalar

Varsayılan değer nullnull başvuru (Visual Basic'te Nothing).