C# Class EppLib.Entities.EppException

Inheritance: System.Exception
Exibir arquivo Open project: CodeMakerInc/EppLib.NET

Public Methods

Method Description
EppException ( ) : System
EppException ( string msg ) : System
EppException ( string message, Exception innerException ) : System

Protected Methods

Method Description
EppException ( SerializationInfo info, StreamingContext context ) : System

Method Details

EppException() public method

public EppException ( ) : System
return System

EppException() protected method

protected EppException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

EppException() public method

public EppException ( string msg ) : System
msg string
return System

EppException() public method

public EppException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System