Class IntroloopException
When there is no specific C# exception type to use, Introloop throws an instance of this type.
Inheritance
System.Object
System.Exception
IntroloopException
Implements
System.Runtime.Serialization.ISerializable
Assembly: E7.Introloop.dll
Syntax
[Serializable]
public class IntroloopException : Exception, ISerializable
Constructors
IntroloopException()
Declaration
public IntroloopException()
IntroloopException(SerializationInfo, StreamingContext)
Declaration
protected IntroloopException(SerializationInfo info, StreamingContext context)
Parameters
Type |
Name |
Description |
System.Runtime.Serialization.SerializationInfo |
info
|
|
System.Runtime.Serialization.StreamingContext |
context
|
|
IntroloopException(String)
Declaration
public IntroloopException(string message)
Parameters
Type |
Name |
Description |
System.String |
message
|
|
IntroloopException(String, Exception)
Declaration
public IntroloopException(string message, Exception inner)
Parameters
Type |
Name |
Description |
System.String |
message
|
|
System.Exception |
inner
|
|
Implements
System.Runtime.Serialization.ISerializable