C# Class Tmx.Interfaces.Exceptions.WorkflowLoadingException

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

Public Methods

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

Protected Methods

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

Method Details

WorkflowLoadingException() public method

public WorkflowLoadingException ( ) : System
return System

WorkflowLoadingException() protected method

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

WorkflowLoadingException() public method

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

WorkflowLoadingException() public method

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