StrongTypingException Constructor
.NET Framework 1.1
Initializes a new instance of the StrongTypingException class.
Overload List
Initializes a new instance of the StrongTypingException class.
[Visual Basic] Public Sub New()
[C#] public StrongTypingException();
[C++] public: StrongTypingException();
[JScript] public function StrongTypingException();
Initializes a new instance of the StrongTypingException class using the specified serialization information and streaming context.
[Visual Basic] Protected Sub New(SerializationInfo, StreamingContext)
[C#] protected StrongTypingException(SerializationInfo, StreamingContext);
[C++] protected: StrongTypingException(SerializationInfo*, StreamingContext);
[JScript] protected function StrongTypingException(SerializationInfo, StreamingContext);
Initializes a new instance of the StrongTypingException class with the specified string and inner exception.
[Visual Basic] Public Sub New(String, Exception)
[C#] public StrongTypingException(string, Exception);
[C++] public: StrongTypingException(String*, Exception*);
[JScript] public function StrongTypingException(String, Exception);
See Also
StrongTypingException Class | StrongTypingException Members | System.Data Namespace