Class CancellationException
- Namespace
- BlueByte.SOLIDWORKS.PDMProfessional.SDK
- Assembly
- BlueByte.SOLIDWORKS.PDMProfessional.SDK.dll
[Serializable]
public class CancellationException : Exception, ISerializable, _Exception
- Inheritance
-
CancellationException
- Implements
- Inherited Members
Constructors
CancellationException()
public CancellationException()
CancellationException(SerializationInfo, StreamingContext)
protected CancellationException(SerializationInfo info, StreamingContext context)
Parameters
infoSerializationInfocontextStreamingContext
CancellationException(string)
public CancellationException(string message)
Parameters
messagestring
CancellationException(string, Exception)
public CancellationException(string message, Exception innerException)