Microsoft SDK for Java

MulticastNotSupportedException Class Constructors

The MulticastNotSupportedException class contains the following constructors.

MulticastNotSupportedException()
MulticastNotSupportedException(String strInfo)

MulticastNotSupportedException()

The default constructor.

Syntax

public MulticastNotSupportedException();

MulticastNotSupportedException(String strInfo)

A constructor that takes a string argument.

Syntax

public MulticastNotSupportedException(String strInfo);

© 1999 Microsoft Corporation. All rights reserved. Terms of use.