C# Class ICSharpCode.Core.CoreException

Inheritance: System.Exception
Show file Open project: jumpinjackie/fdotoolbox

Public Methods

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

Protected Methods

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

Method Details

CoreException() public method

public CoreException ( ) : System
return System

CoreException() protected method

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

CoreException() public method

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

CoreException() public method

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