C# Class Eocron.Core.ORegexException

Inheritance: System.Exception
ファイルを表示 Open project: eocron/ORegex

Public Methods

Method Description
ORegexException ( ) : System
ORegexException ( string message ) : System
ORegexException ( string message, Exception innerException ) : System

Protected Methods

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

Method Details

ORegexException() public method

public ORegexException ( ) : System
return System

ORegexException() protected method

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

ORegexException() public method

public ORegexException ( string message ) : System
message string
return System

ORegexException() public method

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