Class InvalidWorkflowException
Inheritance
System.Object
InvalidWorkflowException
Namespace: System.Activities
Assembly: System.Activities.dll
Syntax
public class InvalidWorkflowException : Exception
Constructors
InvalidWorkflowException()
Declaration
public InvalidWorkflowException()
InvalidWorkflowException(SerializationInfo, StreamingContext)
Declaration
protected InvalidWorkflowException(SerializationInfo info, StreamingContext context)
Parameters
System.Runtime.Serialization.SerializationInfo
info
|
System.Runtime.Serialization.StreamingContext
context
|
InvalidWorkflowException(String)
Declaration
public InvalidWorkflowException(string message)
Parameters
System.String
message
|
InvalidWorkflowException(String, Exception)
Declaration
public InvalidWorkflowException(string message, Exception innerException)
Parameters
System.String
message
|
System.Exception
innerException
|