C# 클래스 System.Data.Entity.Infrastructure.UnintentionalCodeFirstException

상속: InvalidOperationException
파일 보기 프로젝트 열기: dotnet/ef6tools

공개 메소드들

메소드 설명
UnintentionalCodeFirstException ( ) : System.Data.Entity.Resources

Initializes a new instance of the UnintentionalCodeFirstException class.

UnintentionalCodeFirstException ( string message ) : System.Data.Entity.Resources

Initializes a new instance of the UnintentionalCodeFirstException class.

UnintentionalCodeFirstException ( string message, Exception innerException ) : System.Data.Entity.Resources

Initializes a new instance of the UnintentionalCodeFirstException class.

보호된 메소드들

메소드 설명
UnintentionalCodeFirstException ( SerializationInfo info, StreamingContext context ) : System.Data.Entity.Resources

Initializes a new instance of the UnintentionalCodeFirstException class.

메소드 상세

UnintentionalCodeFirstException() 공개 메소드

Initializes a new instance of the UnintentionalCodeFirstException class.
public UnintentionalCodeFirstException ( ) : System.Data.Entity.Resources
리턴 System.Data.Entity.Resources

UnintentionalCodeFirstException() 보호된 메소드

Initializes a new instance of the UnintentionalCodeFirstException class.
protected UnintentionalCodeFirstException ( SerializationInfo info, StreamingContext context ) : System.Data.Entity.Resources
info SerializationInfo The object that holds the serialized object data.
context StreamingContext The contextual information about the source or destination.
리턴 System.Data.Entity.Resources

UnintentionalCodeFirstException() 공개 메소드

Initializes a new instance of the UnintentionalCodeFirstException class.
public UnintentionalCodeFirstException ( string message ) : System.Data.Entity.Resources
message string The message.
리턴 System.Data.Entity.Resources

UnintentionalCodeFirstException() 공개 메소드

Initializes a new instance of the UnintentionalCodeFirstException class.
public UnintentionalCodeFirstException ( string message, Exception innerException ) : System.Data.Entity.Resources
message string The message.
innerException Exception The inner exception.
리턴 System.Data.Entity.Resources