C# Class Tmx.Interfaces.Exceptions.CompleteTaskException

Desctiption of CompleteTaskException.
Inheritance: System.Exception, ISerializable
Exibir arquivo Open project: apetrovskiy/STUPS

Public Methods

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

Protected Methods

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

Method Details

CompleteTaskException() public method

public CompleteTaskException ( ) : System
return System

CompleteTaskException() protected method

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

CompleteTaskException() public method

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

CompleteTaskException() public method

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