C# 클래스 Spring.Objects.Factory.ObjectDefinitionException

상속: System.Exception
파일 보기 프로젝트 열기: spring-projects/spring-net

공개 메소드들

메소드 설명
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.

보호된 메소드들

메소드 설명
ObjectDefinitionException ( SerializationInfo info, StreamingContext context ) : System

Creates a new instance of the ObjectDefinitionException class.

비공개 메소드들

메소드 설명
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

메소드 상세

ObjectDefinitionException() 공개 메소드

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

ObjectDefinitionException() 보호된 메소드

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. ///
리턴 System

ObjectDefinitionException() 공개 메소드

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 ///
리턴 System

ObjectDefinitionException() 공개 메소드

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. ///
리턴 System