C# Class System.Exception

Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Свойство Type Description
GetClassName String
GetDataInternal IDictionary
GetExceptionMethodFromString System.Reflection.MethodBase
GetExceptionMethodString String
GetMessageFromNativeResources String
GetObjectData void
GetTargetSiteInternal System.Reflection.MethodBase
InternalGetMethod RuntimeMethodHandle
InternalPreserveStackTrace void
InternalToString String
IsImmutableAgileException bool
PrepForRemoting Exception
SetErrorCode void
_InternalGetMethod void*
nIsTransient bool

Méthodes publiques

Méthode Description
Exception ( ) : System
Exception ( String message ) : System
Exception ( String message, Exception innerException ) : System
GetBaseException ( ) : Exception
GetType ( ) : Type
ToString ( ) : String

Méthodes protégées

Méthode Description
Exception ( SerializationInfo info, StreamingContext context ) : System

Private Methods

Méthode Description
GetClassName ( ) : String
GetDataInternal ( ) : IDictionary
GetExceptionMethodFromString ( ) : MethodBase
GetExceptionMethodString ( ) : String
GetMessageFromNativeResources ( ExceptionMessageKind kind ) : String
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
GetTargetSiteInternal ( ) : MethodBase
InternalGetMethod ( Object stackTrace ) : RuntimeMethodHandle
InternalPreserveStackTrace ( ) : void
InternalToString ( ) : String
IsImmutableAgileException ( Exception e ) : bool
PrepForRemoting ( ) : Exception
SetErrorCode ( int hr ) : void
_InternalGetMethod ( Object stackTrace ) : void*
nIsTransient ( int hr ) : bool

Method Details

Exception() public méthode

public Exception ( ) : System
Résultat System

Exception() protected méthode

protected Exception ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
Résultat System

Exception() public méthode

public Exception ( String message ) : System
message String
Résultat System

Exception() public méthode

public Exception ( String message, Exception innerException ) : System
message String
innerException Exception
Résultat System

GetBaseException() public méthode

public GetBaseException ( ) : Exception
Résultat Exception

GetType() public méthode

public GetType ( ) : Type
Résultat Type

ToString() public méthode

public ToString ( ) : String
Résultat String