Flow.Net
Show / Hide Table of Contents

Class FlowException

Inheritance
Object
Exception
FlowException
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
Exception.GetObjectData(SerializationInfo, StreamingContext)
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
Exception.StackTrace
Exception.TargetSite
Exception.SerializeObjectState
Namespace: Flow.Net.Sdk.Core.Exceptions
Assembly: Flow.Net.Sdk.Core.dll
Syntax
[Serializable]
public class FlowException : Exception, ISerializable

Constructors

| Improve this Doc View Source

FlowException(SerializationInfo, StreamingContext)

Declaration
protected FlowException(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
SerializationInfo info
StreamingContext context
| Improve this Doc View Source

FlowException(String)

Declaration
public FlowException(string message)
Parameters
Type Name Description
String message
| Improve this Doc View Source

FlowException(String, Exception)

Declaration
public FlowException(string message, Exception inner)
Parameters
Type Name Description
String message
Exception inner

Implements

System.Runtime.Serialization.ISerializable
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX