C# Class gov.va.medora.mdo.exceptions.SampleExtendedException

Inheritance: MdoException
Afficher le fichier Open project: OSEHRA/mdo

Méthodes publiques

Méthode Description
SampleExtendedException ( ) : System
SampleExtendedException ( MdoExceptionCode code ) : System
SampleExtendedException ( MdoExceptionCode code, Exception inner ) : System
SampleExtendedException ( MdoExceptionCode code, string message ) : System
SampleExtendedException ( SerializationInfo info, StreamingContext context ) : System
SampleExtendedException ( string message ) : System
SampleExtendedException ( string message, Exception inner ) : System

Method Details

SampleExtendedException() public méthode

public SampleExtendedException ( ) : System
Résultat System

SampleExtendedException() public méthode

public SampleExtendedException ( MdoExceptionCode code ) : System
code MdoExceptionCode
Résultat System

SampleExtendedException() public méthode

public SampleExtendedException ( MdoExceptionCode code, Exception inner ) : System
code MdoExceptionCode
inner System.Exception
Résultat System

SampleExtendedException() public méthode

public SampleExtendedException ( MdoExceptionCode code, string message ) : System
code MdoExceptionCode
message string
Résultat System

SampleExtendedException() public méthode

public SampleExtendedException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

SampleExtendedException() public méthode

public SampleExtendedException ( string message ) : System
message string
Résultat System

SampleExtendedException() public méthode

public SampleExtendedException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System