C# Class Sys.Workflow.Engine.Impl.Persistence.CanNotRemoveProcessDefineException

Inheritance: Exception
Afficher le fichier Open project: zhangzihan/nactivity

Méthodes publiques

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

Méthodes protégées

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

Method Details

CanNotRemoveProcessDefineException() public méthode

public CanNotRemoveProcessDefineException ( ) : System
Résultat System

CanNotRemoveProcessDefineException() protected méthode

protected CanNotRemoveProcessDefineException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
Résultat System

CanNotRemoveProcessDefineException() public méthode

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

CanNotRemoveProcessDefineException() public méthode

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