C# 클래스 Glovali.Common.Exceptions.SerializableException

상속: Exception
파일 보기 프로젝트 열기: metalglove/Glovali

보호된 메소드들

메소드 설명
SerializableException ( ) : System

Initializes a new instance of the SerializableException class.

SerializableException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the CreatingEntityFailedException class.

SerializableException ( string message ) : System

Initializes a new instance of the SerializableException class.

SerializableException ( string message, Exception innerException ) : System

Initializes a new instance of the SerializableException class.

메소드 상세

SerializableException() 보호된 메소드

Initializes a new instance of the SerializableException class.
protected SerializableException ( ) : System
리턴 System

SerializableException() 보호된 메소드

Initializes a new instance of the CreatingEntityFailedException class.
protected SerializableException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo The serialization info.
context StreamingContext The streaming context.
리턴 System

SerializableException() 보호된 메소드

Initializes a new instance of the SerializableException class.
protected SerializableException ( string message ) : System
message string The message.
리턴 System

SerializableException() 보호된 메소드

Initializes a new instance of the SerializableException class.
protected SerializableException ( string message, Exception innerException ) : System
message string The message.
innerException Exception The inner exception.
리턴 System