C# Class SolidworksAddinFramework.SelectionException

Inheritance: System.Exception
Mostra file Open project: Weingartner/SolidworksAddinFramework

Public Methods

Method Description
SelectionException ( ) : System
SelectionException ( string message ) : System
SelectionException ( string message, Exception inner ) : System

Protected Methods

Method Description
SelectionException ( SerializationInfo info, StreamingContext context ) : System

Method Details

SelectionException() public method

public SelectionException ( ) : System
return System

SelectionException() protected method

protected SelectionException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

SelectionException() public method

public SelectionException ( string message ) : System
message string
return System

SelectionException() public method

public SelectionException ( string message, Exception inner ) : System
message string
inner System.Exception
return System