Class DelegateAlreadySetException
Inheritance
System.Object
System.Exception
DelegateAlreadySetException
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.InternalToString()
System.Exception.GetType()
System.Exception.Message
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: TcOpen.Inxton.Data
Assembly: TcOpen.Inxton.Data.dll
Syntax
public class DelegateAlreadySetException : Exception, ISerializable, _Exception
Constructors
| Improve this Doc View SourceDelegateAlreadySetException()
When you try to set a delegate that has already been set elsewhere this exception will occur. Investigate what was the purpose of the delegate you want to override, and make sure that you don't need the functionality anymore. If you need the functionality, be sure to include it in the new delegate.
Declaration
public DelegateAlreadySetException()
Methods
| Improve this Doc View SourceTrimMultiline(String)
Declaration
static string TrimMultiline(string multiline)
Parameters
Type | Name | Description |
---|---|---|
System.String | multiline |
Returns
Type | Description |
---|---|
System.String |
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception