C# Class Pomona.Common.PomonaException

Inheritance: System.ApplicationException
Mostrar archivo Open project: Pomona/Pomona

Public Methods

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

Protected Methods

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

Method Details

PomonaException() public method

public PomonaException ( ) : System
return System

PomonaException() protected method

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

PomonaException() public method

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

PomonaException() public method

public PomonaException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System