C# 클래스 Corvus.Tenancy.Exceptions.TenantConflictException

상속: Exception
파일 보기 프로젝트 열기: corvus-dotnet/Corvus.Tenancy

공개 메소드들

메소드 설명
TenantConflictException ( ) : System

Initializes a new instance of the TenantConflictException class.

TenantConflictException ( string message ) : System

Initializes a new instance of the TenantConflictException class.

TenantConflictException ( string message, Exception innerException ) : System

Initializes a new instance of the TenantConflictException class.

보호된 메소드들

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

Initializes a new instance of the TenantConflictException class.

메소드 상세

TenantConflictException() 공개 메소드

Initializes a new instance of the TenantConflictException class.
public TenantConflictException ( ) : System
리턴 System

TenantConflictException() 보호된 메소드

Initializes a new instance of the TenantConflictException class.
protected TenantConflictException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo The serialization information.
context StreamingContext The serlialization context.
리턴 System

TenantConflictException() 공개 메소드

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

TenantConflictException() 공개 메소드

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