C# Class Ultrix.Domain.Exceptions.DeletingEntityFailedException

Inheritance: Exception
显示文件 Open project: metalglove/Ultrix

Public Methods

Method Description
DeletingEntityFailedException ( ) : System
DeletingEntityFailedException ( string message ) : System
DeletingEntityFailedException ( string message, Exception innerException ) : System

Protected Methods

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

Method Details

DeletingEntityFailedException() public method

public DeletingEntityFailedException ( ) : System
return System

DeletingEntityFailedException() protected method

protected DeletingEntityFailedException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
return System

DeletingEntityFailedException() public method

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

DeletingEntityFailedException() public method

public DeletingEntityFailedException ( string message, Exception innerException ) : System
message string
innerException Exception
return System