C# Class OpenEvents.Backend.Common.Exceptions.ConflictException

Inheritance: ApplicationException
Exibir arquivo Open project: riganti/openevents

Public Methods

Method Description
ConflictException ( ) : 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() 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