C# 클래스 MongoDB.Driver.GridFS.MongoGridFSException

상속: MongoException
파일 보기 프로젝트 열기: CloudMetal/mongo-csharp-driver 1 사용 예제들

공개 메소드들

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

Initializes a new instance of the MongoGridFSException class (this overload supports deserialization).

MongoGridFSException ( string message ) : System

Initializes a new instance of the MongoGridFSException class.

MongoGridFSException ( string message, Exception innerException ) : System

Initializes a new instance of the MongoGridFSException class.

메소드 상세

MongoGridFSException() 공개 메소드

Initializes a new instance of the MongoGridFSException class (this overload supports deserialization).
public MongoGridFSException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The SerializationInfo.
context System.Runtime.Serialization.StreamingContext The StreamingContext.
리턴 System

MongoGridFSException() 공개 메소드

Initializes a new instance of the MongoGridFSException class.
public MongoGridFSException ( string message ) : System
message string The error message.
리턴 System

MongoGridFSException() 공개 메소드

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