C# Class ExceptionsDemo.DeepThoughtException

Inheritance: System.Exception
Mostrar archivo Open project: bazile/Training

Public Methods

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

Protected Methods

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

Method Details

DeepThoughtException() public method

public DeepThoughtException ( ) : System
return System

DeepThoughtException() protected method

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

DeepThoughtException() public method

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

DeepThoughtException() public method

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