MulticastNotSupportedException
(System.MulticastNotSupportedException)
Inherits:
System.SystemException
Interfaces:
ISerializable, _Exception
Derived Types:
0
Assembly:
mscorlib.dll
The exception that is thrown when there is an attempt to combine two instances of a non-combinable delegate type unless one of the operands is a null reference (Nothing in Visual Basic). This class cannot be inherited.
VB.NET
C#
|
C#
public sealed class MulticastNotSupportedException : System.SystemException, System.Runtime.Serialization.ISerializable, System.Runtime.InteropServices._Exception
{
}
Articles
|
System :: MulticastNotSupportedException. MS .NET Error Bank 2008 Partners: Offshore outsourcing | VB Programming ...
|
|
System::MulticastNotSupportedException Class Reference More.
|
|
System::MulticastNotSupportedException Class Reference More.
|
|
The exception that is thrown when there is an attempt to combine two instances of a non-combinable delegate type. An exception is not thrown if one of the operands is a null ...
|
|
The exception that is thrown when there is an attempt to combine two instances of a non-combinable delegate type. An exception is not thrown if one of the operands is a null ...
|
|
See Also: MulticastNotSupportedException Members. System.Object System.Exception System.SystemException System.MulticastNotSupportedException
|
|
The members of System.MulticastNotSupportedException are listed below. See Also: Inherited members from System.SystemException [ ...
|