Class BlockProcessingException
An exception thrown inside a block's Process method.
Inheritance
System.Object
System.Exception
BlockProcessingException
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception
Inherited Members
System.Exception.GetBaseException()
System.Exception.ToString()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.Message
System.Exception.Data
System.Exception.InnerException
System.Exception.TargetSite
System.Exception.StackTrace
System.Exception.HelpLink
System.Exception.Source
System.Exception.HResult
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
Namespace: RuriLib.LS
Assembly: RuriLib.dll
Syntax
public class BlockProcessingException : Exception, ISerializable, _Exception
Constructors
| Improve this Doc View SourceBlockProcessingException()
Creates the exception without a message.
Declaration
public BlockProcessingException()
BlockProcessingException(String)
Creates the exception with a message.
Declaration
public BlockProcessingException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The message |
BlockProcessingException(String, Exception)
Creates the exception with a message and an inner exception.
Declaration
public BlockProcessingException(string message, Exception inner)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The message |
System.Exception | inner | The inner exception |
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception