C# Class Artemis.Engine.Persistence.OptionRecordException

Inheritance: System.Exception
Exibir arquivo Open project: ArtemisEngine/Artemis-Engine

Public Methods

Method Description
OptionRecordException ( ) : System
OptionRecordException ( SerializationInfo info, StreamingContext context ) : System
OptionRecordException ( string msg ) : System
OptionRecordException ( string msg, Exception inner ) : System

Method Details

OptionRecordException() public method

public OptionRecordException ( ) : System
return System

OptionRecordException() public method

public OptionRecordException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

OptionRecordException() public method

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

OptionRecordException() public method

public OptionRecordException ( string msg, Exception inner ) : System
msg string
inner System.Exception
return System