C# Class Mike.Spikes.RefactoringExample.BadCodeException

Inheritance: System.Exception
Mostra file Open project: mikehadlow/Mike.Spikes

Public Methods

Method Description
BadCodeException ( ) : System
BadCodeException ( string message ) : System
BadCodeException ( string message, Exception inner ) : System

Protected Methods

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

Method Details

BadCodeException() public method

public BadCodeException ( ) : System
return System

BadCodeException() protected method

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

BadCodeException() public method

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

BadCodeException() public method

public BadCodeException ( string message, Exception inner ) : System
message string
inner System.Exception
return System