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

Inheritance: System.Exception, ISerializable
Datei anzeigen Open project: NLADP/ADF

Public Methods

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

Protected Methods

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

Method Details

ISerializable() public method

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

SystemFactoryException() public method

public SystemFactoryException ( ) : System
return System

SystemFactoryException() protected method

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

SystemFactoryException() public method

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

SystemFactoryException() public method

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