Show / Hide Table of Contents

Class BlockNotImplementedException

This exception will be thrown when the execution flow enters a block that is not implemented.

Inheritance
System.Object
System.Exception
BlockNotImplementedException
Implements
System.Runtime.Serialization.ISerializable
Inherited Members
System.Exception.GetBaseException()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.ToString()
System.Exception.Data
System.Exception.HelpLink
System.Exception.HResult
System.Exception.InnerException
System.Exception.Message
System.Exception.Source
System.Exception.StackTrace
System.Exception.TargetSite
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Juhta.Net.Common
Assembly: Juhta.Net.dll
Syntax
public class BlockNotImplementedException : Exception, ISerializable
Remarks

Generally it's a better idea to throw this kind of exception than to do nothing which can easily lead to weird or most probably error behaviour in the subsequent execution. This is especially true regarding code blocks that 'should' never be reached.

Constructors

| Improve this Doc View Source

BlockNotImplementedException()

Initializes a new instance.

Declaration
public BlockNotImplementedException()
| Improve this Doc View Source

BlockNotImplementedException(Object)

Initializes a new instance.

Declaration
public BlockNotImplementedException(object hint)
Parameters
Type Name Description
System.Object hint

Specifies a hint object.

| Improve this Doc View Source

BlockNotImplementedException(String)

Initializes a new instance.

Declaration
public BlockNotImplementedException(string hint)
Parameters
Type Name Description
System.String hint

Specifies a hint string.

Implements

System.Runtime.Serialization.ISerializable

See Also

StatementNotImplementedException
  • Improve this Doc
  • View Source
Back to top Copyright © 2017-2019 Juha Lähteenmäki
Generated by DocFX