C# Class Spring.Objects.Factory.ObjectDefinitionException

Inheritance: System.Exception
ファイルを表示 Open project: spring-projects/spring-net

Public Methods

Method Description
ObjectDefinitionException ( ) : System

Creates a new instance of the ObjectDefinitionException class.

ObjectDefinitionException ( string name ) : System

Creates a new instance of the ObjectDefinitionException class.

ObjectDefinitionException ( string message, Exception rootCause ) : System

Creates a new instance of the ObjectDefinitionException class.

Protected Methods

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

Creates a new instance of the ObjectDefinitionException class.

Private Methods

Method Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

Method Details

ObjectDefinitionException() public method

Creates a new instance of the ObjectDefinitionException class.
public ObjectDefinitionException ( ) : System
return System

ObjectDefinitionException() protected method

Creates a new instance of the ObjectDefinitionException class.
protected ObjectDefinitionException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo /// The /// that holds the serialized object data about the exception being thrown. ///
context System.Runtime.Serialization.StreamingContext /// The /// that contains contextual information about the source or destination. ///
return System

ObjectDefinitionException() public method

Creates a new instance of the ObjectDefinitionException class.
public ObjectDefinitionException ( string name ) : System
name string /// The value of the xml class attribute thet can be resolved /// as a type ///
return System

ObjectDefinitionException() public method

Creates a new instance of the ObjectDefinitionException class.
public ObjectDefinitionException ( string message, Exception rootCause ) : System
message string /// A message about the exception. ///
rootCause System.Exception /// The root exception that is being wrapped. ///
return System