C# Class Zetbox.API.FKViolationException

Inheritance: ZetboxContextErrorException
ファイルを表示 Open project: daszat/zetbox Class Usage Examples

Public Methods

Method Description
FKViolationException ( ) : System
FKViolationException ( Exception inner ) : System
FKViolationException ( List details ) : System
FKViolationException ( string message ) : System
FKViolationException ( string message, Exception inner ) : System
FKViolationException ( string message, List details ) : System
ToExceptionMessage ( ) : ZetboxContextExceptionMessage

Protected Methods

Method Description
FKViolationException ( SerializationInfo info, StreamingContext context ) : System

Method Details

FKViolationException() public method

public FKViolationException ( ) : System
return System

FKViolationException() public method

public FKViolationException ( Exception inner ) : System
inner System.Exception
return System

FKViolationException() public method

public FKViolationException ( List details ) : System
details List
return System

FKViolationException() protected method

protected FKViolationException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

FKViolationException() public method

public FKViolationException ( string message ) : System
message string
return System

FKViolationException() public method

public FKViolationException ( string message, Exception inner ) : System
message string
inner System.Exception
return System

FKViolationException() public method

public FKViolationException ( string message, List details ) : System
message string
details List
return System

ToExceptionMessage() public method

public ToExceptionMessage ( ) : ZetboxContextExceptionMessage
return ZetboxContextExceptionMessage