C# Class nHydrate.Generator.Common.Exceptions.nHydrateException

Inheritance: System.ApplicationException
Afficher le fichier Open project: nHydrate/nHydrate

Méthodes publiques

Свойство Type Description
Arguments string[]
ErrorCode string

Méthodes publiques

Méthode Description
nHydrateException ( ) : System

nHydrateException ( SerializationInfo SerializationInfo, StreamingContext Context ) : System

nHydrateException ( string Message ) : System

nHydrateException ( string Message, System InnerException ) : System

nHydrateException ( string ErrorCode, string Message ) : System

nHydrateException ( string ErrorCode, string Message, System InnerException ) : System

Method Details

nHydrateException() public méthode

public nHydrateException ( ) : System
Résultat System

nHydrateException() public méthode

public nHydrateException ( SerializationInfo SerializationInfo, StreamingContext Context ) : System
SerializationInfo System.Runtime.Serialization.SerializationInfo
Context System.Runtime.Serialization.StreamingContext
Résultat System

nHydrateException() public méthode

public nHydrateException ( string Message ) : System
Message string
Résultat System

nHydrateException() public méthode

public nHydrateException ( string Message, System InnerException ) : System
Message string
InnerException System
Résultat System

nHydrateException() public méthode

public nHydrateException ( string ErrorCode, string Message ) : System
ErrorCode string
Message string
Résultat System

nHydrateException() public méthode

public nHydrateException ( string ErrorCode, string Message, System InnerException ) : System
ErrorCode string
Message string
InnerException System
Résultat System

Property Details

Arguments public_oe property

public string[] Arguments
Résultat string[]

ErrorCode public_oe property

public string ErrorCode
Résultat string