C# Class Eocron.Core.ORegexException

Inheritance: System.Exception
Afficher le fichier Open project: eocron/ORegex

Méthodes publiques

Méthode Description
ORegexException ( ) : System
ORegexException ( string message ) : System
ORegexException ( string message, Exception innerException ) : System

Méthodes protégées

Méthode Description
ORegexException ( SerializationInfo info, StreamingContext context ) : System

Method Details

ORegexException() public méthode

public ORegexException ( ) : System
Résultat System

ORegexException() protected méthode

protected ORegexException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

ORegexException() public méthode

public ORegexException ( string message ) : System
message string
Résultat System

ORegexException() public méthode

public ORegexException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System