C# Class Softeq.NetKit.Notifications.Domain.Exceptions.ConflictException

Inheritance: Softeq.NetKit.Notifications.Domain.Exceptions.ServiceException
Mostrar archivo Open project: Softeq/NetKit.Notification

Public Methods

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

Protected Methods

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

Method Details

ConflictException() public method

public ConflictException ( ) : System
return System

ConflictException() public method

public ConflictException ( Exception innerException ) : System
innerException Exception
return System

ConflictException() protected method

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

ConflictException() public method

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

ConflictException() public method

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