C# Class Pomona.Common.Loading.LoadException

Inheritance: PomonaException
Mostra file Open project: Pomona/Pomona Class Usage Examples

Public Methods

Method Description
LoadException ( string message, Exception innerException ) : System
LoadException ( string uri, Type type ) : System

Protected Methods

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

Method Details

LoadException() protected method

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

LoadException() public method

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

LoadException() public method

public LoadException ( string uri, Type type ) : System
uri string
type Type
return System