Walter.BOM
NotImplementedByDesignException Constructor(Int32,String,String)
Walter.BOM Assembly > Walter.BOM Namespace > NotImplementedByDesignException Class > NotImplementedByDesignException Constructor : NotImplementedByDesignException Constructor(Int32,String,String)
The line number in the source file at which the exception is thrown. Automatically captured by the compiler.
The name of the member (method or property) that throws this exception. Automatically captured by the compiler.
The source file path of the caller. Automatically captured by the compiler.
Initializes a new instance of the NotImplementedByDesignException class with auto-generated context information.
Syntax
public NotImplementedByDesignException( 
   int line,
   string callerMemberName,
   string filePath
)

Parameters

line
The line number in the source file at which the exception is thrown. Automatically captured by the compiler.
callerMemberName
The name of the member (method or property) that throws this exception. Automatically captured by the compiler.
filePath
The source file path of the caller. Automatically captured by the compiler.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

NotImplementedByDesignException Class
NotImplementedByDesignException Members
Overload List