C# Class Tmx.Interfaces.Exceptions.WorkflowLoadingException

Desctiption of WorkflowLoadingException.
Inheritance: System.Exception, ISerializable
Afficher le fichier Open project: apetrovskiy/STUPS

Méthodes publiques

Méthode Description
WorkflowLoadingException ( ) : System
WorkflowLoadingException ( string message ) : System
WorkflowLoadingException ( string message, Exception innerException ) : System

Méthodes protégées

Méthode Description
WorkflowLoadingException ( SerializationInfo info, StreamingContext context ) : System

Method Details

WorkflowLoadingException() public méthode

public WorkflowLoadingException ( ) : System
Résultat System

WorkflowLoadingException() protected méthode

protected WorkflowLoadingException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

WorkflowLoadingException() public méthode

public WorkflowLoadingException ( string message ) : System
message string
Résultat System

WorkflowLoadingException() public méthode

public WorkflowLoadingException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System