Class SoInvalidCharacterException
Exception thrown when a illegal character has been encountered.
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception
Inherited Members
System.Exception.GetBaseException()
System.Exception.ToString()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.Data
System.Exception.InnerException
System.Exception.TargetSite
System.Exception.StackTrace
System.Exception.HelpLink
System.Exception.Source
System.Exception.HResult
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
Namespace: SuperOffice.Exceptions
Assembly: SoCore.dll
Syntax
public class SoInvalidCharacterException : SoException, ISerializable, _Exception
Constructors
SoInvalidCharacterException(String)
Default constructor.
Declaration
public SoInvalidCharacterException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | Error message. |
SoInvalidCharacterException(String, Exception)
Default constructor.
Declaration
public SoInvalidCharacterException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | Error message. |
System.Exception | innerException | Inner exception. |
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception
Extension Methods
EnumUtil.MapEnums<From, To>(From)