Property | Type | Description | |
---|---|---|---|
GetClassName | String | ||
GetDataInternal | IDictionary | ||
GetExceptionMethodFromString | |||
GetExceptionMethodString | String | ||
GetMessageFromNativeResources | String | ||
GetObjectData | void | ||
GetTargetSiteInternal | |||
InternalGetMethod | |||
InternalPreserveStackTrace | void | ||
InternalToString | String | ||
IsImmutableAgileException | bool | ||
PrepForRemoting | |||
SetErrorCode | void | ||
_InternalGetMethod | void* | ||
nIsTransient | bool |
Method | Description | |
---|---|---|
Exception ( ) : System | ||
Exception ( String message ) : System | ||
Exception ( String message, |
||
GetBaseException ( ) : |
||
GetType ( ) : |
||
ToString ( ) : String |
Method | Description | |
---|---|---|
Exception ( SerializationInfo info, StreamingContext context ) : System |
Method | Description | |
---|---|---|
GetClassName ( ) : String | ||
GetDataInternal ( ) : IDictionary | ||
GetExceptionMethodFromString ( ) : |
||
GetExceptionMethodString ( ) : String | ||
GetMessageFromNativeResources ( ExceptionMessageKind kind ) : String | ||
GetObjectData ( SerializationInfo info, StreamingContext context ) : void | ||
GetTargetSiteInternal ( ) : |
||
InternalGetMethod ( Object stackTrace ) : |
||
InternalPreserveStackTrace ( ) : void | ||
InternalToString ( ) : String | ||
IsImmutableAgileException ( |
||
PrepForRemoting ( ) : |
||
SetErrorCode ( int hr ) : void | ||
_InternalGetMethod ( Object stackTrace ) : void* | ||
nIsTransient ( int hr ) : bool |
protected Exception ( SerializationInfo info, StreamingContext context ) : System | ||
info | SerializationInfo | |
context | StreamingContext | |
return | System |
public Exception ( String message, |
||
message | String | |
innerException | ||
return | System |