Class EmptyArgumentException
Custom Exception that lets the user know a code change is required to fix this error
Inherited Members
Namespace: DotNetHelper.ObjectToSql.Exceptions
Assembly: DotNetHelper.ObjectToSql.dll
Syntax
[Serializable]
public class EmptyArgumentException : Exception, ISerializable, _Exception
Constructors
| Improve this Doc View SourceEmptyArgumentException(SerializationInfo, StreamingContext)
Create the exception from serialized data. Usual scenario is when exception is occured somewhere on the remote workstation and we have to re-create/re-throw the exception on the local machine
Declaration
protected EmptyArgumentException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | Serialization info |
StreamingContext | context | Serialization context |