Knight Data Access Layer
NetDataAccessLayerException Constructor(String)




KellermanSoftware.NetDataAccessLayer Namespace > NetDataAccessLayerException Class > NetDataAccessLayerException Constructor : NetDataAccessLayerException Constructor(String)
The exception message
Throw an exception with a message
Syntax
Public Function New( _
   ByVal message As String _
)
Dim message As String
 
Dim instance As New NetDataAccessLayerException(message)
public NetDataAccessLayerException( 
   string message
)
public: NetDataAccessLayerException( 
   string* message
)
public:
NetDataAccessLayerException( 
   String^ message
)

Parameters

message
The exception message
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

NetDataAccessLayerException Class
NetDataAccessLayerException Members
Overload List