C# Class Adf.ObjectFactory.ObjectBuilder.Exceptions.SystemFactoryException

Inheritance: System.Exception, ISerializable
Afficher le fichier Open project: NLADP/ADF

Méthodes publiques

Méthode Description
ISerializable ( SerializationInfo info, StreamingContext context ) : void
SystemFactoryException ( ) : System
SystemFactoryException ( string message ) : System
SystemFactoryException ( string message, Exception innerException ) : System

Méthodes protégées

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

Method Details

ISerializable() public méthode

public ISerializable ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat void

SystemFactoryException() public méthode

public SystemFactoryException ( ) : System
Résultat System

SystemFactoryException() protected méthode

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

SystemFactoryException() public méthode

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

SystemFactoryException() public méthode

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