C# Class Calyptus.Mvc.BindingException

Inheritance: System.Exception
Show file Open project: sebmarkbage/calyptus.mvc

Public Methods

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

Method Details

BindingException() public method

public BindingException ( ) : System
return System

BindingException() public method

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

BindingException() public method

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