C# Class nHydrate.EFCore.Exceptions.nHydrateException

Inheritance: System.ApplicationException
Show file Open project: nHydrate/nHydrate

Public Properties

Property Type Description
Arguments string[]
ErrorCode string

Public Methods

Method 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 method

public nHydrateException ( ) : System
return System

nHydrateException() public method

public nHydrateException ( SerializationInfo SerializationInfo, StreamingContext Context ) : System
SerializationInfo System.Runtime.Serialization.SerializationInfo
Context System.Runtime.Serialization.StreamingContext
return System

nHydrateException() public method

public nHydrateException ( string Message ) : System
Message string
return System

nHydrateException() public method

public nHydrateException ( string Message, System InnerException ) : System
Message string
InnerException System
return System

nHydrateException() public method

public nHydrateException ( string ErrorCode, string Message ) : System
ErrorCode string
Message string
return System

nHydrateException() public method

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

Property Details

Arguments public property

public string[] Arguments
return string[]

ErrorCode public property

public string ErrorCode
return string